toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net.callback
/
[jvm]AuthenticateCallback
/
Params
Params
interface
Params
The parameters of the
AuthenticateCallback
.
Members
Functions
browser
Link copied to clipboard
open
fun
browser
(
)
:
Optional
<
Browser
>
Returns an
Optional
that contains the
Browser
instance initiated this authentication request or an empty
Optional
if it has not been determined or not available anymore.
host
Port
Link copied to clipboard
open
fun
hostPort
(
)
:
HostPort
Returns the host-port pair identifying the service that requests the authentication.
is
Proxy
Link copied to clipboard
open
fun
isProxy
(
)
:
Boolean
Returns
true
if the request is issued by a proxy server.
scheme
Link copied to clipboard
open
fun
scheme
(
)
:
String
Returns the requested authentication scheme, such as "basic" or "digest".
url
Link copied to clipboard
open
fun
url
(
)
:
String
Returns a string that represents the URL of the request that requires an authentication.